From 128748c5cde7d5c4b4b787d22a1e74da3262ab09 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 May 2014 12:28:02 -0400 Subject: [PATCH] Add some documentation to the colorchooser schema --- gtk/org.gtk.Settings.ColorChooser.gschema.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gtk/org.gtk.Settings.ColorChooser.gschema.xml b/gtk/org.gtk.Settings.ColorChooser.gschema.xml index 57120569fe..6270d33156 100644 --- a/gtk/org.gtk.Settings.ColorChooser.gschema.xml +++ b/gtk/org.gtk.Settings.ColorChooser.gschema.xml @@ -4,9 +4,22 @@ [] + Custom colors + + An array of custom colors to show in the color chooser. Each color is + specified as a tuple of four doubles, specifying RGBA values between + 0 and 1. + (false,1.0,1.0,1.0,1.0) + The selected color + + The selected color, described as a tuple whose first member is a + boolean that is true if a color was selected, and the remaining + four members are four doubles, specifying RGBA values between + 0 and 1. + -- 2.30.2